home *** CD-ROM | disk | FTP | other *** search
/ Merciful 5 / Merciful - Disc 5.iso / software / h / hypertextdatav40.12cr.lha / HTDS / Docs / html.hguide < prev    next >
Encoding:
Text File  |  1997-03-31  |  5.9 KB  |  207 lines

  1. @hyperguide html.hguide
  2. @$VER: html.hguide 40.2 (31.03.97)
  3. @macro m_prg "@{b}HTML DataType@{ub}"
  4. @include htds.hgm
  5. @node main "HTML DataType Documentation"
  6. @toc HTDS.hguide/main
  7. @prev hyperguide.hguide/main
  8. @next directory.hguide/main
  9.  
  10. @{jcenter}@{m_title}@{m_copyright}@{m_welcome}@{jleft}
  11.  
  12. @{settabs 30}
  13. @{m_sec Menu}
  14. @{m_menuitem}@{" Configuration " link Configuration            }@{m_menuinfo "Adapt to your needs"}
  15. @{m_menuitem}@{" Tags "          link Tags                     }@{m_menuinfo "Supported Tags"}
  16. @{line}
  17. @{m_menuitem}@{" Copyright "     link HTDS.hguide/Copyright    }@{m_menuinfo "legal stuff"}
  18. @{m_menuitem}@{" Author "        link SR.hguide/Addresses      }@{m_menuinfo "how to contact me"}
  19. @{m_menuitem}@{" Registration "  link HTDS.hguide/Registration }@{m_menuinfo "It's Shareware !!!"}
  20. @{line}@{line}
  21. @{b}Note : @{ub}@{parset}In the unregistered version the html.datatype has no functional restrictions,
  22. but the number of opened html documents at one time is restricted to five.
  23. @{m_endsec}
  24.  
  25. @endnode
  26. @node Configuration "HTML/Configuration"
  27.  
  28. @{m_sec "Configuration"}
  29. As the recommended standard for datatypes, the preference file for the
  30. html.datatype is called @{"html.prefs" link Env:DataTypes/html.prefs} and is
  31. searched first in the @{m_file PROGDIR:Prefs/DataTypes} and then in the
  32. @{m_file Env:DataTypes} directory. The following options are currently available
  33. using ReadArgs() argument parsing with the following templates :
  34.  
  35. @{itemize}
  36. @{item}NORMALFONT/S/A,SIZE/N/K/A,FONT/A,FONTSIZE/N/A
  37. @{definition}
  38. @{defterm}NORMALFONT
  39. @{defdata}Specifies that this defines a proportional font
  40.  
  41. @{defterm}SIZE
  42. @{defdata}Specifies the abstract HTML fontsize (1 - 7)
  43.  
  44. @{defterm}FONT
  45. @{defdata}Specifies the amiga font name. You can omit the @{m_sample ".font"} suffix
  46.  
  47. @{defterm}FONTSIZE
  48. @{defdata}Specifies the amiga font size.
  49. @{enddefinition}
  50. @{itemize}
  51. Defaults :
  52. @{item}NORMALFONT SIZE=7 times.font 24
  53. @{item}NORMALFONT SIZE=6 times.font 18
  54. @{item}NORMALFONT SIZE=5 times.font 15
  55. @{item}NORMALFONT SIZE=4 times.font 15
  56. @{item}NORMALFONT SIZE=3 times.font 13
  57. @{item}NORMALFONT SIZE=2 times.font 11
  58. @{item}NORMALFONT SIZE=1 times.font 11
  59. @{enditemize}
  60.  
  61. @{item}FIXEDFONT/S/A,SIZE/N/K/A,FONT/A,FONTSIZE/N/A
  62. @{definition}
  63. @{defterm}FIXEDFONT
  64. @{defdata}Specifies that this defines a fixed width font
  65.  
  66. @{defterm}SIZE
  67. @{defdata}Specifies the abstract HTML fontsize (1 - 7)
  68.  
  69. @{defterm}FONT
  70. @{defdata}Specifies the amiga font name. You can omit the @{m_sample ".font"} suffix
  71.  
  72. @{defterm}FONTSIZE
  73. @{defdata}Specifies the amiga font size.
  74. @{enddefinition}
  75. @{itemize}
  76. Defaults :
  77. @{item}FIXEDFONT SIZE=7 courier.font 24
  78. @{item}FIXEDFONT SIZE=6 courier.font 18
  79. @{item}FIXEDFONT SIZE=5 courier.font 15
  80. @{item}FIXEDFONT SIZE=4 courier.font 15
  81. @{item}FIXEDFONT SIZE=3 courier.font 13
  82. @{item}FIXEDFONT SIZE=2 courier.font 11
  83. @{item}FIXEDFONT SIZE=1 courier.font 11
  84. @{enditemize}
  85.  
  86. @{item} FONTTAG/S/A,TAG/A/K,SIZE/N/K,BOLD/S,ITALIC/S,UNDERLINED/S,FIXED/S,DIFF/S
  87. @{definition}
  88. @{defterm}FONTTAG
  89. @{defdata}Specifies the HTML font definition
  90.  
  91. @{defterm}TAG
  92. @{defdata}Specifies the HTML Tag like <STRONG>
  93.  
  94. @{defterm}SIZE
  95. @{defdata}Specifies the abstract HTML font size (1-7) or if the @{m_sample DIFF}
  96. option is set the difference to the actual font size.
  97.  
  98. @{defterm}BOLD
  99. @{defdata}Sets the bold flag for this font tag
  100.  
  101. @{defterm}ITALIC
  102. @{defdata}Sets the italic flag for this font tag
  103.  
  104. @{defterm}UNDERLINED
  105. @{defdata}Sets the underlined flag for this font tag
  106.  
  107. @{defterm}FIXED
  108. @{defdata}Specifies to use the fixed font definition
  109.  
  110. @{defterm}DIFF
  111. @{defdata}If set, the @{m_sample SIZE} option is interpreted relativ
  112. instead of absolut font size
  113. @{enddefinition}
  114.  
  115. @{itemize}
  116. Defaults in the @{m_file html.prefs} file :
  117. @{item}FONTTAG TAG=H1 SIZE=7 BOLD
  118. @{item}FONTTAG TAG=H2 SIZE=6 BOLD
  119. @{item}FONTTAG TAG=H3 SIZE=5 BOLD
  120. @{item}FONTTAG TAG=H4 SIZE=4 BOLD
  121. @{item}FONTTAG TAG=H5 SIZE=3 BOLD
  122. @{item}FONTTAG TAG=H6 SIZE=2 BOLD
  123.  
  124.  
  125. @{item}FONTTAG TAG=TT     FIXED
  126. @{item}FONTTAG TAG=STRIKE UNDERLINED
  127. @{item}FONTTAG TAG=SMALL  SIZE=2
  128. @{item}FONTTAG TAG=BIG    SIZE=6
  129. @{item}FONTTAG TAG=SUB    SIZE=1
  130. @{item}FONTTAG TAG=SUP    SIZE=1
  131.  
  132.  
  133. @{item}FONTTAG TAG=EM     ITALIC
  134. @{item}FONTTAG TAG=CITE   ITALIC
  135. @{item}FONTTAG TAG=STRONG BOLD
  136. @{item}FONTTAG TAG=CODE   FIXED
  137. @{item}FONTTAG TAG=SAMP   ITALIC FIXED
  138. @{item}FONTTAG TAG=KBD    ITALIC FIXED
  139. @{item}FONTTAG TAG=VAR    ITALIC FIXED
  140. @{item}FONTTAG TAG=DFN    ITALIC BOLD
  141. @{item}FONTTAG TAG=LH     BOLD SIZE=1 DIFF
  142. @{enditemize}
  143. @{enditemize}
  144. @{m_endsec}
  145. @endnode
  146. @node Tags "HTML/Supported Tags"
  147.  
  148. @{m_sec "Supported Tags"}
  149. I list only the support tags with used attributes. For the real documentation see on
  150. the appropriate places like @{http_addr "http://www.w3.org/pub/WWW/MarkUp/Wilbur/"} for
  151. HTML 3.2@{line}
  152.  
  153. @{itemize}
  154. HEAD elements :@{line}
  155. @{item}<TITLE></TITLE>
  156. @{item}<LINK REL=Help|Index|Next|Previous|ToC HREF="">
  157. @{item}<META NAME=ANNOTATION|AUTHOR|COPYRIGHT|VERSION CONTENT="">
  158. @{enditemize}
  159.  
  160. @{itemize}
  161. <BODY BACKGROUND="" BGCOLOR=""> elements :@{line}
  162. @{item}<A HREF="" NAME=""></A>
  163. @{item}<B></B>
  164. @{item}<BASEFONT SIZE="">
  165. @{item}<BIG></BIG>
  166. @{item}<BR>
  167. @{item}<CENTER></CENTER>
  168. @{item}<CITE></CITE>
  169. @{item}<CODE></CODE>
  170. @{item}<DD>
  171. @{item}<DFN></DFN>
  172. @{item}<DIR></DIR>
  173. @{item}<DL></DL>
  174. @{item}<DT>
  175. @{item}<EM></EM>
  176. @{item}<FONT SIZE="" COLOR=""></FONT>
  177. @{item}<H1 ALIGN=LEFT|RIGHT|CENTER></H1>
  178. @{item}<H2 ALIGN=LEFT|RIGHT|CENTER></H2>
  179. @{item}<H3 ALIGN=LEFT|RIGHT|CENTER></H3>
  180. @{item}<H4 ALIGN=LEFT|RIGHT|CENTER></H4>
  181. @{item}<H5 ALIGN=LEFT|RIGHT|CENTER></H5>
  182. @{item}<H6 ALIGN=LEFT|RIGHT|CENTER></H6>
  183. @{item}<HR>
  184. @{item}<I></I>
  185. @{item}<IMG SRC="" ALT="" ALIGN=MIDDLE|RIGHT|LEFT>
  186. @{item}<KBD></KBD>
  187. @{item}<LH></LH>
  188. @{item}<LI>
  189. @{item}<MENU></MENU>
  190. @{item}<OL></OL>
  191. @{item}<P ALIGN=LEFT|RIGHT|CENTER></P>
  192. @{item}<PRE></PRE>
  193. @{item}<SAMP></SAMP>
  194. @{item}<SMALL></SMALL>
  195. @{item}<STRIKE></STRIKE>
  196. @{item}<STRONG></STRONG>
  197. @{item}<SUB></SUB>
  198. @{item}<SUP></SUP>
  199. @{item}<TT></TT>
  200. @{item}<U></U>
  201. @{item}<UL></UL>
  202. @{item}<VAR></VAR>
  203. @{enditemize}
  204. @{m_endsec}
  205. @endnode
  206.  
  207.